Conversation
WalkthroughUpdates documentation in www/docs/pages/servers/basics.mdx to reflect server option API changes: WithResourceCapabilities now takes two booleans and usages updated; WithStateless is renamed to WithStateLess in HTTP transport examples. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
www/docs/pages/servers/basics.mdx(4 hunks)
🔇 Additional comments (1)
www/docs/pages/servers/basics.mdx (1)
39-69: No change needed for WithResourceCapabilities: the function is defined asfunc WithResourceCapabilities(subscribe, listChanged bool), so using two boolean arguments is correct.
Description
This PR fixes some typos I found while reviewing the library documentation.
Type of Change
Checklist
Summary by CodeRabbit
Refactor
Documentation